home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DOpusGetdesktop.dopus5
< prev
next >
Wrap
Text File
|
1998-09-12
|
177b
|
10 lines
/* DopusGetdesktop.dopus5 */
options results
address 'DOPUS.1'
dopus front
dopus getdesktop
text = 'Current Desktop path is: 'result
dopus request '"'text'" OK'
dopus back
exit